#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/album_showpage_body.tpl 

#
#-----[ FIND ]------------------------------------------
# 
   <tr> 
      <th class="thTop" nowrap="nowrap" width="15%">{L_POSTER}</th> 
      <th class="thTop" nowrap="nowrap" width="85%">{L_MESSAGE}</th> 
   </tr> 

#
#-----[ REPLACE WITH ]------------------------------------------
# 
   <tr> 
      <th class="thTop" nowrap="nowrap" width="150">{L_POSTER}</th> 
      <th class="thTop" nowrap="nowrap" width="100%">{L_MESSAGE}</th> 
   </tr> 

#
#-----[ FIND AND DELETE ]------------------------------------------
# 
<!-- BEGIN switch_comment_post --> 
<form name="commentform" action="{S_ALBUM_ACTION}" method="post" onsubmit="return checkForm();"> 
<tr> 
<td valign="top" colspan="2" class="row1"> 
   <table border="0" cellpadding="5" cellspacing="1" width="100%"> 
      <!-- BEGIN logout --> 
      <tr> 
         <td class="row1" width="135" height="28"><span class="genmed"><b>{L_USERNAME}</b></span></td> 
         <td class="row2" colspan="3"><input class="post" type="text" name="comment_username" size="32" maxlength="32" /></td> 
      </tr> 
      <!-- END logout --> 
      <tr> 
         <td class="row1" valign="top" width="135"> 

   <table width="100%" border="0" cellspacing="0" cellpadding="1"> 
   <tr> 
      <td><span class="genmed">{L_MESSAGE}<br />{L_MAX_LENGTH}: <b>{S_MAX_LENGTH}</b></span></td> 
   </tr> 

        <tr> 
         <td valign="middle" align="center"> <br /> 
           <table width="100" border="0" cellspacing="0" cellpadding="5"> 
            <tr align="center"> 
                 <td class="gensmall"><b>{L_EMOTICONS}</b></td> 
            </tr> 
            <tr> 
            <!-- BEGIN smilies --> 
               <td align="center"> 
               <img src="{switch_comment_post.smilies.URL}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon(' {switch_comment_post.smilies.CODE} ');" alt="{switch_comment_post.smilies.DESC}" title="{switch_comment_post.smilies.DESC}" /> 
               </td> 
               <!-- BEGIN new_col --> 
            </tr> 
            <tr> 
               <!-- END new_col --> 
               <!-- END smilies --> 
               </tr> 
           </table> 
               <input type='button' CLASS="button" name="SmilesButt" value="Smileys" onclick="openAllSmiles();" /> 
         </td> 
        </tr> 

   </table> 

   </td> 
   <td valign="top"> 
            <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="2" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{S_MESSAGE}</textarea><br /> 
      </td> 
   </tr> 
   <tr> 
      <td align="center" height="28" colspan="2"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> 
   </tr> 
   </table> 

   </td> 
</tr> 
</form> 
<!-- END switch_comment_post --> 

#
#-----[ FIND ]------------------------------------------
# 
   <tr> 
      <td class="spaceRow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> 
   </tr> 
<!-- END commentrow --> 

#
#-----[ AFTER, ADD ]------------------------------------------
# 
<!-- BEGIN switch_comment_post --> 
<form name="commentform" action="{S_ALBUM_ACTION}" method="post" onsubmit="return checkForm();"> 
<tr> 
<td valign="top" colspan="2" class="row1"> 
   <table border="0" cellpadding="5" cellspacing="1" width="100%"> 
      <!-- BEGIN logout --> 
      <tr> 
         <td class="row1" width="135" height="28"><span class="genmed"><b>{L_USERNAME}</b></span></td> 
         <td class="row2" colspan="3"><input class="post" type="text" name="comment_username" size="32" maxlength="32" /></td> 
      </tr> 
      <!-- END logout --> 
      <tr> 
         <td class="row1" valign="top" width="135"> 

   <table width="100%" border="0" cellspacing="0" cellpadding="1"> 
   <tr> 
      <td><span class="genmed">{L_MESSAGE}<br />{L_MAX_LENGTH}: <b>{S_MAX_LENGTH}</b></span></td> 
   </tr> 

        <tr> 
         <td valign="middle" align="center"> <br /> 
           <table width="100" border="0" cellspacing="0" cellpadding="5"> 
            <tr align="center"> 
                 <td class="gensmall"><b>{L_EMOTICONS}</b></td> 
            </tr> 
            <tr> 
            <!-- BEGIN smilies --> 
               <td align="center"> 
               <img src="{switch_comment_post.smilies.URL}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon(' {switch_comment_post.smilies.CODE} ');" alt="{switch_comment_post.smilies.DESC}" title="{switch_comment_post.smilies.DESC}" /> 
               </td> 
               <!-- BEGIN new_col --> 
            </tr> 
            <tr> 
               <!-- END new_col --> 
               <!-- END smilies --> 
               </tr> 
           </table> 
               <input type='button' CLASS="button" name="SmilesButt" value="Smileys" onclick="openAllSmiles();" /> 
         </td> 
        </tr> 

   </table> 

   </td> 
   <td valign="top"> 
            <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="2" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{S_MESSAGE}</textarea><br /> 
      </td> 
   </tr> 
   <tr> 
      <td align="center" height="28" colspan="2"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> 
   </tr> 
   </table> 

   </td> 
</tr> 
</form> 
<!-- END switch_comment_post --> 

#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN switch_comment --> 
   <tr> 
      <td class="catBottom" align="center" height="28" colspan="2"> 
         <form action="{S_ALBUM_ACTION}" method="post"> 
            <span class="gensmall">{L_ORDER}:</span> 
            <select name="sort_order"> 
               <option {SORT_ASC} value='ASC'>{L_ASC}</option> 
               <option {SORT_DESC} value='DESC'>{L_DESC}</option> 
            </select>&nbsp; 
            <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /> 
         </form> 
      </td> 
   </tr> 
<!-- END switch_comment --> 

#
#-----[ REPLACE WITH ]------------------------------------------
# 
<!-- BEGIN switch_comment --> 
   <tr align="center"> 
      <td class="catBottom" height="28" colspan="2"> 
         <table cellspacing="0" cellpadding="0" border="0"> 
            <tr><form action="{S_ALBUM_ACTION}" method="post"> 
               <td align="center"><span class="gensmall">{L_ORDER}: <select name="sort_order"><option {SORT_ASC} value='ASC'>{L_ASC}</option><option {SORT_DESC} value='DESC'>{L_DESC}</option></select>&nbsp;<input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></span></td> 
               </form> 
            </tr> 
         </table> 
      </td> 
   </tr> 
<!-- END switch_comment --> 

#
#-----[ FIND ]------------------------------------------
# 
<!-- BEGIN coment_switcharo_bottom --> 
   <tr> 
      <td class="spaceRow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> 
   </tr> 
</table> 
<!-- END coment_switcharo_bottom --> 

#
#-----[ REPLACE WITH ]------------------------------------------
# 
<!-- BEGIN coment_switcharo_bottom --> 
</table> 
<!-- END coment_switcharo_bottom -->